[issue33032] Mention implicit cache in struct.Struct docs

2018-09-10 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 3666b3c1f695a145adab1bf644c22e564e8eb0ee by Gregory P. Smith (Zackery Spytz) in branch 'master': bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) https://github.com/python/cpython/commit/3666b3c1f695a145adab1bf644c22e564

[issue21314] Document '/' in signatures

2018-09-10 Thread Noah Haasis
Noah Haasis added the comment: Can I work on this? -- nosy: +noah.haasis ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue33032] Mention implicit cache in struct.Struct docs

2018-09-10 Thread miss-islington
miss-islington added the comment: New changeset 2110f78d92522499836a928d268704fdc5f7a037 by Miss Islington (bot) in branch '3.7': bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) https://github.com/python/cpython/commit/2110f78d92522499836a928d268704fdc5f7a037 ---

[issue34625] update to expat 2.2.6

2018-09-10 Thread miss-islington
miss-islington added the comment: New changeset 2bc4eea8f6675b157adcaea4a59d982d58a5e7ae by Miss Islington (bot) in branch '3.7': bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) https://github.com/python/cpython/commit/2bc4eea8f6675b157adcaea4a59d982d58a5e7ae --

[issue33032] Mention implicit cache in struct.Struct docs

2018-09-10 Thread Gregory P. Smith
Gregory P. Smith added the comment: thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34625] update to expat 2.2.6

2018-09-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset b2260e59ff1eaf20de4738099005ddf507b7b27d by Benjamin Peterson (Miss Islington (bot)) in branch '3.6': bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158) https://github.com/python/cpython/commit/b2260e59ff1eaf20de4738099005ddf507b7

[issue4921] Object lifetime and inner recursive function

2018-09-10 Thread Eric Wieser
Eric Wieser added the comment: For anyone doing archaeology - this came up on python-dev about a year after this issue was filed: https://mail.python.org/pipermail/python-dev/2009-December/094439.html -- ___ Python tracker

[issue33883] doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ

2018-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +8605 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33883] doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ

2018-09-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset a37825418649873a0fa971dc7e5e6d142c124574 by Benjamin Peterson (Andrés Delfino) in branch 'master': closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) https://github.com/python/cpython/commit/a37825418649873a0fa971dc7e5e6d142c124574

[issue33883] doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ

2018-09-10 Thread miss-islington
miss-islington added the comment: New changeset c9ece5f4a961d4963ed42aefa934eb20f9a7222b by Miss Islington (bot) in branch '3.7': closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) https://github.com/python/cpython/commit/c9ece5f4a961d4963ed42aefa934eb20f9a7222b -- nosy:

[issue34569] test__xxsubinterpreters.ShareableTypeTests._assert_values fails on AIX - 32-bit mode

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue34579] test_embed.InitConfigTests fail on AIX

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue34373] test_time errors on AIX

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue34373] test_time errors on AIX

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- versions: -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34294] re.finditer and lookahead bug

2018-09-10 Thread Ma Lin
Ma Lin added the comment: This bug generates wrong results silently, so I suggest mark it as release blocker for 3.7.1 -- nosy: +Ma Lin ___ Python tracker ___ ___

[issue34194] test_ssl, AIX, and defaults for _ssl connections

2018-09-10 Thread Michael Felt
Michael Felt added the comment: When built against a less optimized OpenSSL library all tests pass. So, IMHO, not a bug, and closing. The buildbots will (eventually) build against a less optimized library and the error messages will match. That was the cause of all these messages (no matchi

[issue11192] test_socket error on AIX

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- components: +Tests type: -> behavior versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Pytho

[issue32270] subprocess closes redirected fds even if they are in pass_fds

2018-09-10 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 2173bb818c6c726d831b106ed0d3fad7825905dc by Gregory P. Smith (Miss Islington (bot)) in branch '3.6': bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149) https://github.com/python/cpython/commit/2173bb818c6c726d831b106ed0d3fad7

[issue34315] Regex not evalauated correctly

2018-09-10 Thread hongweipeng
hongweipeng added the comment: In my test in win2012r2, it works well. Add a screenshot. -- nosy: +hongweipeng Added file: https://bugs.python.org/file47794/win12r2py3.7.png ___ Python tracker __

[issue34615] subprocess.call wrong exit code

2018-09-10 Thread Kay Hayen
Kay Hayen added the comment: So I was confused indeed. Actually I am observing in other tests at least, that apparently Nuitka compiled execution in my tests can import _testcapi module, which normal execution of the test does not manage. Then there is the possibility that the exit code i

[issue34605] Avoid master/slave terminology

2018-09-10 Thread Guido van Rossum
Guido van Rossum added the comment: I'm closing this now. Three out of four of Victor's PRs have been merged. The fourth one should not be merged because it reflects the underlying terminology of UNIX ptys. There's a remaining quibble about "pliant children" -> "helpers" but that can be deal

[issue23855] Missing Sanity Check for malloc() in PC/_msi.c

2018-09-10 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 2.7, Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2