[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-03-30 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- keywords: +patch pull_requests: +6032 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32941] mmap should expose madvise()

2018-03-20 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- keywords: +patch pull_requests: +5927 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33021] Some fstat() calls do not release the GIL, possibly hanging all threads

2018-03-14 Thread Zackery Spytz
Zackery Spytz <zsp...@gmail.com> added the comment: Commit 4484f9dca9149da135bbae035f10a50d20d1cbbb causes GCC 7.2.0 to emit a warning. cpython/Modules/mmapmodule.c: In function ‘new_mmap_object’: cpython/Modules/mmapmodule.c:1126:18: warning: ‘fstat_result’ may be used uniniti

[issue33021] Some fstat() calls do not release the GIL, possibly hanging all threads

2018-03-14 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- pull_requests: +5880 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33021> ___ _

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-19 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- components: -Tests nosy: +ZackerySpytz type: crash -> behavior versions: +Python 2.7, Python 3.7, Python 3.8 ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-19 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- nosy: +ZackerySpytz versions: +Python 3.8 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32500] PySequence_Length() raises TypeError on dict type

2018-02-19 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- keywords: +patch pull_requests: +5546 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32860] Definition of iglob does not mention single star (unlike glob)

2018-02-16 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- keywords: +patch pull_requests: +5502 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue27846] Base64 expansion factor is 4 to 3, not 6 to 4

2018-02-13 Thread Zackery Spytz
Change by Zackery Spytz <osmund...@gmail.com>: -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue27846] Base64 expansion factor is 4 to 3, not 6 to 4

2018-02-13 Thread Zackery Spytz
Change by Zackery Spytz <osmund...@gmail.com>: -- keywords: +patch pull_requests: +5468 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-01-18 Thread Zackery Spytz
Change by Zackery Spytz <osmund...@gmail.com>: -- keywords: +patch pull_requests: +5086 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue25862] TextIOWrapper assertion failure after read() and SEEK_CUR

2017-11-07 Thread Zackery Spytz
Change by Zackery Spytz <osmund...@gmail.com>: -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7 -Python 3.5 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue25862] TextIOWrapper assertion failure after read() and SEEK_CUR

2017-10-07 Thread Zackery Spytz
Change by Zackery Spytz <osmund...@gmail.com>: -- keywords: +patch pull_requests: +3891 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue30640] NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx()

2017-07-31 Thread Zackery Spytz
Changes by Zackery Spytz <osmund...@gmail.com>: -- pull_requests: +3011 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30640> ___

[issue30640] NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx()

2017-07-30 Thread Zackery Spytz
Zackery Spytz added the comment: As mentioned in PR 2919, this is an issue in PyEval_EvalCodeEx() as well. -- nosy: +ZackerySpytz title: NULL + 1 in _PyFunction_FastCallDict() -> NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx() ___ Pyt

[issue31027] test_listcomps fails when run directly

2017-07-28 Thread Zackery Spytz
Changes by Zackery Spytz <osmund...@gmail.com>: -- pull_requests: +2991 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31027> ___

[issue30640] NULL + 1 in _PyFunction_FastCallDict()

2017-07-27 Thread Zackery Spytz
Changes by Zackery Spytz <osmund...@gmail.com>: -- pull_requests: +2972 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30640> ___

<    3   4   5   6   7   8