mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-118093: Make CALL_ALLOC_AND_ENTER_INIT
suitable for tier 2. (GH-123140)
* Convert CALL_ALLOC_AND_ENTER_INIT to micro-ops such that tier 2 supports it * Allow inexact arguments for CALL_ALLOC_AND_ENTER_INIT.
This commit is contained in:
parent
bffed80230
commit
bb1d30336e
17 changed files with 464 additions and 299 deletions
|
@ -742,3 +742,7 @@ Modules/clinic/md5module.c.h _md5_md5 _keywords -
|
|||
Modules/clinic/grpmodule.c.h grp_getgrgid _keywords -
|
||||
Modules/clinic/grpmodule.c.h grp_getgrnam _keywords -
|
||||
Objects/object.c - constants static PyObject*[]
|
||||
|
||||
|
||||
## False positives
|
||||
Python/specialize.c - _Py_InitCleanup -
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue