commit | 1aea8fb9e0ec6ac05d57e91a6be44a288589410c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 28 19:13:52 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 28 19:13:52 2016 +0200 |
tree | 4776eb176292fc7b1c402357d4b1e4bb031eec2c | |
parent | a0c1ba608eb89b4e10155f7652c50a3ac0b709af [diff] |
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?).