[issue12414] getsizeof() on code objects is wrong

2017-04-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue12414] getsizeof() on code objects is wrong

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset df5df13fdc3a71bcf2295acc2cba7f22cfe2d669 by Serhiy Storchaka (Dong-hee Na) in branch '3.6': [3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) (#1198)

[issue29533] urllib2 works slowly with proxy on windows

2017-04-20 Thread Marc Schlaich
Marc Schlaich added the comment: BTW, you can workaround this issue by defining the `http_proxy` and `no_proxy` environment variables. In this case urllib isn't doing any DNS request. -- ___ Python tracker

[issue27863] multiple issues in _elementtree module

2017-04-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: -various issues due to misuse of PySlice_GetIndicesEx resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker

[issue12414] getsizeof() on code objects is wrong

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b4dc6af7a7862a8996cffed30d39d6add5ee58a3 by Serhiy Storchaka (Dong-hee Na) in branch 'master': bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)

[issue29840] Avoid raising OverflowError in bool()

2017-04-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1333 ___ Python tracker ___ ___

[issue30110] test_asyncio reports reference leak

2017-04-20 Thread Xiang Zhang
New submission from Xiang Zhang: Running test suite with refleak hunter reports test_asyncio leaks referrences: 0:00:00 [1/1] test_asyncio Executing .start() done, defined at /home/angwer/repos/cpython/Lib/test/test_asyncio/test_pep492.py:150> result=None created at

[issue30030] Simplify _RandomNameSequence

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: On Linux creating a temporary file or directory usually consumes only one random name. But due to a bug on Windows (issue22107) it can consume up to TMP_MAX (2147483647 on Windows) names when called with read-only directory. Generating every name consumes

[issue30109] make reindent failed.

2017-04-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I don't know whether the fix for 2.7 is needed. The interface of tokenize is different in 2.7. Just run the new test and see if it fails. -- nosy: +serhiy.storchaka ___ Python tracker

[issue21150] Add quick links table to argparse docs

2017-04-20 Thread Louie Lu
Changes by Louie Lu : -- pull_requests: +1332 ___ Python tracker ___ ___ Python-bugs-list

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> backport needed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1330 ___ Python tracker ___ ___

[issue30109] make reindent failed.

2017-04-20 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1331 ___ Python tracker ___ ___

<    1   2