[issue35418] python hung or stuck somtimes randomly on windows server 2008R2

2018-12-05 Thread Cao Hongfu
Change by Cao Hongfu : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue35418] python hung or stuck somtimes randomly on windows server 2008R2

2018-12-05 Thread Eryk Sun
Eryk Sun added the comment: > I don't see how PyNamespace_New() can call LookupPrivilegeValueA() For the record, in the 3.7.1 release build, `PyNamespace_New + d4` is in enable_symlink (Modules/posixmodule.c), which gets called when the nt (aka posix) module gets initialized. It's the return

[issue31715] Add mimetype for extension .mjs

2018-12-05 Thread Myles Borins
Change by Myles Borins : -- pull_requests: +10217 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31715] Add mimetype for extension .mjs

2018-12-05 Thread Myles Borins
Change by Myles Borins : -- pull_requests: +10218 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31715] Add mimetype for extension .mjs

2018-12-05 Thread Myles Borins
Change by Myles Borins : -- pull_requests: +10219 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31715] Add mimetype for extension .mjs

2018-12-05 Thread Myles Borins
Myles Borins added the comment: Thanks for chiming in R. David Murray > Think of the absence of the mimetype rule as a bug, rather than its presence > as a feature. Very much appreciate this sentiment. I've opened backports to simplify the process if y'all decide to approve. 2.7: https://g

[issue35422] misleading error message from ssl.get_server_certificate() when bad port

2018-12-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: Note this is just the error that OpenSSL produces. There isn't a whole Python can do to change it. -- nosy: +benjamin.peterson ___ Python tracker ___

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2018-12-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 6ea9d54dea9f2f8be7fe6d284064c579331388a9 by Terry Jan Reedy in branch 'master': bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964) https://github.com/python/cpython/commit/6ea9d54dea9f2f8be7fe6d284064c579331388a9 --

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2018-12-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10220 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2018-12-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10221 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 8752dfbd1f0c96ca09cdacabaf0d0f8c3895b6ce by Serhiy Storchaka (native-api) in branch 'master': bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) https://github.com/python/cpython/commit/8752dfbd1f0c96ca09cdaca

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +10222 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +10223 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
miss-islington added the comment: New changeset b1438c0d376e1d438a11927e2698e3317da0d854 by Miss Islington (bot) in branch '3.7': bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) https://github.com/python/cpython/commit/b1438c0d376e1d438a11927e2698e3317da0d

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
miss-islington added the comment: New changeset af31228650d30f02a283d291ba106e84275a04c1 by Miss Islington (bot) in branch '3.6': bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) https://github.com/python/cpython/commit/af31228650d30f02a283d291ba106e84275a0

[issue34172] multiprocessing.Pool and ThreadPool leak resources after being deleted

2018-12-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9dfc754d61c55a526304e10a328bad448efa9ee9 by Victor Stinner in branch 'master': Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) https://github.com/python/cpython/commit/9dfc754d61c55a526304e10a32

<    1   2   3