mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
This commit is contained in:
parent
c454fe4509
commit
bdf1b9e267
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ Core and Builtins
|
|||
- Issue #15897: zipimport.c doesn't check return value of fseek().
|
||||
Patch by Felipe Cruz.
|
||||
|
||||
- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
|
||||
|
||||
- Issue #15033: Fix the exit status bug when modules invoked using -m swith,
|
||||
return the proper failure return value (1). Patch contributed by Jeff Knupp.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue