mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
This commit is contained in:
parent
a2959cea3f
commit
64085e3064
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ Core and Builtins
|
|||
- Issue #15368: An issue that caused bytecode generation to be
|
||||
non-deterministic when using randomized hashing (-R) has been fixed.
|
||||
|
||||
- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
|
||||
|
||||
- Issue #15020: The program name used to search for Python's path is now
|
||||
"python3" under Unix, not "python".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue