https://github.com/python/cpython
Revision 1aea8fb9e0ec6ac05d57e91a6be44a288589410c authored by Victor Stinner on 28 October 2016, 17:13:52 UTC, committed by Victor Stinner on 28 October 2016, 17:13:52 UTC
PyType_Ready() sets the reference to &PyType_Type.

&PyType_Type cannot be resolved at compilation time (not on Windows?).
1 parent a0c1ba6
History
Tip revision: 1aea8fb9e0ec6ac05d57e91a6be44a288589410c authored by Victor Stinner on 28 October 2016, 17:13:52 UTC
Issue #28544: Fix _asynciomodule.c on Windows
Tip revision: 1aea8fb
File Mode Size
Grammar -rw-r--r-- 6.7 KB

back to top