[issue32534] Speed-up list.insert: use memmove()

2018-01-18 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- nosy: +Jesse Bakker ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32534> ___

[issue29564] ResourceWarning: suggest to enable tracemalloc in the message

2018-01-18 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- nosy: +Jesse Bakker ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue29564> ___

[issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback

2017-11-23 Thread Jesse Bakker
Jesse Bakker <jessebakke...@gmail.com> added the comment: I can work on this if you want. Can have a PR ready in a few minutes. -- nosy: +Jesse Bakker ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback

2017-11-23 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- keywords: +patch pull_requests: +4470 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue10049] Add a "no-op" (null) context manager to contextlib

2017-11-19 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- nosy: +Jesse Bakker ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue10049> ___

[issue10049] Add a "no-op" (null) context manager to contextlib

2017-11-19 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- pull_requests: +4397 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue10049] Add a "no-op" (null) context manager to contextlib

2017-11-19 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- versions: +Python 3.8 -Python 3.2 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32042] Option for comparing values instead of reprs in doctest

2017-11-19 Thread Jesse Bakker
Jesse Bakker <jessebakke...@gmail.com> added the comment: I think this would allow for inconsistency in docs (if implemented as suggested), as when actually running the code in the docs, one would get different results than suggested by the docs. Maybe there is some other way (with dif

[issue32022] Python crashes with mutually recursive code

2017-11-18 Thread Jesse Bakker
Jesse Bakker <jessebakke...@gmail.com> added the comment: On linux x86-64 with python 3.6.3 and python 3.7.0a2+ I get a RecursionError: maximum recursion depth exceeded. -- nosy: +Jesse Bakker ___ Python tracker <rep...@bugs.python.or

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Jesse Bakker
Change by Jesse Bakker <jessebakke...@gmail.com>: -- pull_requests: +4346 stage: backport needed -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt