This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients serhiy.storchaka, twouters, vstinner, xdegaye, yan12125
Date 2017-02-17.13:51:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487339493.02.0.771804439144.issue29176@psf.upfronthosting.co.za>
In-reply-to
Content
Here are test results for PR 53:

shell@ASUS_Z00E_2:/data/local/tmp $ python3.7m -m test -u curses test_curses
Run tests sequentially
0:00:00 [1/1] test_curses
1 test OK.

Total duration: 1 sec
Tests result: SUCCESS
abcshell@ASUS_Z00E_2:/data/local/tmp $ 

I know little about the C API. Just a question: isn't PyImport_ImportModuleNoBlock deprecated?
History
Date User Action Args
2017-02-17 13:51:33yan12125setrecipients: + yan12125, twouters, vstinner, xdegaye, serhiy.storchaka
2017-02-17 13:51:33yan12125setmessageid: <1487339493.02.0.771804439144.issue29176@psf.upfronthosting.co.za>
2017-02-17 13:51:33yan12125linkissue29176 messages
2017-02-17 13:51:32yan12125create