]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28544: Fix _asynciomodule.c on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 28 Oct 2016 17:13:52 +0000 (19:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 28 Oct 2016 17:13:52 +0000 (19:13 +0200)
commit1aea8fb9e0ec6ac05d57e91a6be44a288589410c
tree4776eb176292fc7b1c402357d4b1e4bb031eec2c
parenta0c1ba608eb89b4e10155f7652c50a3ac0b709af
Issue #28544: Fix _asynciomodule.c on Windows

PyType_Ready() sets the reference to &PyType_Type.

&PyType_Type cannot be resolved at compilation time (not on Windows?).
Modules/_asynciomodule.c