[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> ___

[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(), 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

[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> ___

[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

[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

[issue23860] Failure to check return value from lseek() in Modules/mmapmodule.c

2018-05-20 Thread Zackery Spytz
Change by Zackery Spytz <zsp...@gmail.com>: -- pull_requests: +6668 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue23860> ___ _

[issue33383] Crash in the get() method a single argument in dbm.ndbm

2018-05-20 Thread Zackery Spytz
Zackery Spytz <zsp...@gmail.com> added the comment: There was already an open issue for this (#31868). -- nosy: +ZackerySpytz ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue23860] Failure to check return value from lseek() in Modules/mmapmodule.c

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

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7272 ___ Python tracker <https://bugs.python.org/issue33582> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz title: formatargspec deprecated but does nto emit DeprecationWarning. -> formatargspec deprecated but does not emit DeprecationWarning. ___ Python tracker <https://bugs.python.org/issu

[issue31378] Missing documentation for sqlite3.OperationalError

2018-06-13 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue31378> ___ ___ Python-bugs-list mailin

[issue31378] Missing documentation for sqlite3.OperationalError

2018-06-12 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7289 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue30820] email.contentmanager.raw_data_manager fails to create multipart messages

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7250 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue30820> ___ ___ Py

[issue30820] email.contentmanager.raw_data_manager fails to create multipart messages

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue30820> ___ ___

[issue33375] warnings: get filename from frame.f_code.co_filename

2018-06-09 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7190 ___ Python tracker <https://bugs.python.org/issue33375> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33032] Mention implicit cache in struct.Struct docs

2018-06-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7316 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33032] Mention implicit cache in struct.Struct docs

2018-06-15 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33032> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Zackery Spytz
New submission from Zackery Spytz : Both mmap_concat() and mmap_repeat() raise a SystemError when invoked. -- components: Extension Modules messages: 318623 nosy: ZackerySpytz priority: normal severity: normal status: open title: Improper use of SystemError in the mmap module type

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7008 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33767> ___ ___ Py

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Zackery Spytz
Zackery Spytz added the comment: It doesn't look like it. I've updated the PR. -- ___ Python tracker <https://bugs.python.org/issue33767> ___ ___ Python-bug

[issue30436] importlib.find_spec raises AttributeError when parent is not a package/module

2018-06-04 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7011 ___ Python tracker <https://bugs.python.org/issue30436> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-06-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7619 ___ Python tracker <https://bugs.python.org/issue25862> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34005] Replace inspect.formatargspec by inspect.signature in xmlrpc module

2018-06-29 Thread Zackery Spytz
Zackery Spytz added the comment: This is a duplicate of #33911 (which already has a PR). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue24596] Script globals in a GC cycle not finalized when exiting with SystemExit

2018-06-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7524 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue24596> ___ ___ Py

[issue24596] Script globals in a GC cycle not finalized when exiting with SystemExit

2018-06-25 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue24

[issue33451] Start pyc file lock the file

2018-06-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7493 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33451> ___ ___ Py

[issue33916] test_lzma: test_refleaks_in_decompressor___init__() leaks 100 handles on Windows

2018-06-20 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7435 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33916> ___ ___ Py

[issue33916] test_lzma: test_refleaks_in_decompressor___init__() leaks 100 handles on Windows

2018-06-20 Thread Zackery Spytz
Zackery Spytz added the comment: Have a look at #23224 and PR 7822. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33916> ___ ___ Pytho

[issue25007] Add support of copy protocol to zlib compressors and decompressors

2018-06-26 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7549 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue25007> ___ ___ Python-

[issue25007] Add support of copy protocol to zlib compressors and decompressors

2018-06-26 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue25007> ___ ___ Python-bug

[issue31516] current_thread() becomes "dummy" thread during shutdown

2018-07-02 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7660 ___ Python tracker <https://bugs.python.org/issue31516> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-06-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7621 ___ Python tracker <https://bugs.python.org/issue25862> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[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

[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

[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

[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

[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

[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

[issue11697] Unsigned type in mmap_move_method

2018-06-20 Thread Zackery Spytz
Zackery Spytz added the comment: This was fixed in commit cd04db03debaead0abd1bff149389445284f88e2 (the commit didn't have an associated BPO issue). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue11

[issue27780] memory leaks in pgen build step abort build with address sanitizer enabled

2018-06-22 Thread Zackery Spytz
Zackery Spytz added the comment: These memory leaks were fixed in commit 9ac11a752a19c3b8607582a3d5ccb615c467124b, though the fix wasn't applied to 2.7. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue27

[issue34171] Lib/trace.cover not removed by the clean target

2018-08-03 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this file is left by test_trace after commit 47ab15470d72367694d7758004067313ae022f0e. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue31908] trace module cli does not write cover files

2018-08-03 Thread Zackery Spytz
Zackery Spytz added the comment: This change causes test_trace to leave a trace.cover file in the Lib directory (see #34171). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue31

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2018-07-30 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8081 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue16965> ___ ___ Py

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2018-07-30 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue16965> ___ ___

[issue34236] Test6012 in test_capi is not run as part of make test

2018-08-05 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8176 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34236> ___ ___ Py

[issue34236] Test6012 in test_capi is not run as part of make test

2018-08-05 Thread Zackery Spytz
Change by Zackery Spytz : -- components: +Tests -Build nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34236> ___ ___ Python-bugs-list mailin

[issue32083] sqlite3 Cursor.description can't return column types

2018-07-26 Thread Zackery Spytz
Zackery Spytz added the comment: This seems to be a duplicate of #11691. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue32083> ___ ___

[issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)

2018-07-27 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8024 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)

2018-07-27 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue18

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2018-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz title: ms.key_compare is not initialized in all pathes of list_sort_impl -> ms.key_compare is not initialized in all paths of list_sort_impl() ___ Python tracker <https://bugs.python.org/issu

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2018-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8197 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33989> ___ ___ Py

[issue24111] Valgrind suppression file should be updated

2018-08-11 Thread Zackery Spytz
Zackery Spytz added the comment: This was fixed in #34377. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue24111> ___ ___ Python-bug

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8239 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34400> ___ ___ Py

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-14 Thread Zackery Spytz
New submission from Zackery Spytz : In parsetok(), null pointers are used in pointer arithmetic. -- components: Interpreter Core messages: 323505 nosy: ZackerySpytz priority: normal severity: normal status: open title: Undefined behavior in Parser/parsetok.c type: behavior versions

[issue32745] ctypes string pointer fields should accept embedded null characters

2018-08-09 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8206 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue32745] ctypes string pointer fields should accept embedded null characters

2018-08-09 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue32745> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22602] UTF-7 codec decodes ill-formed sequences starting with "+"

2018-08-11 Thread Zackery Spytz
Zackery Spytz added the comment: This was also mentioned in #24848. -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue22

[issue22602] UTF-7 codec decodes ill-formed sequences starting with "+"

2018-08-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8226 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

2018-08-23 Thread Zackery Spytz
Zackery Spytz added the comment: Ping. -- ___ Python tracker <https://bugs.python.org/issue27195> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34491] _bsddb.c: Missing Py_DECREF() in DB_join()

2018-08-24 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules nosy: ZackerySpytz priority: normal severity: normal status: open title: _bsddb.c: Missing Py_DECREF() in DB_join() type: resource usage versions: Python 2.7 ___ Python tracker <ht

[issue34491] _bsddb.c: Missing Py_DECREF() in DB_join()

2018-08-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8380 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34491> ___ ___ Py

[issue33407] Implement Py_DEPRECATED() macro for Visual Studio

2018-08-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8454 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33407> ___ ___ Py

[issue33407] Implement Py_DEPRECATED() macro for Visual Studio

2018-08-28 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33407> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8309 ___ Python tracker <https://bugs.python.org/issue34400> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31370] Remove support for threads-less builds

2018-08-18 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8282 ___ Python tracker <https://bugs.python.org/issue31370> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-21 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8321 ___ Python tracker <https://bugs.python.org/issue34400> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34189] Add simple tests for new Tk widget options

2018-07-23 Thread Zackery Spytz
Zackery Spytz added the comment: It appears that a file was backported to 2.7 by accident. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue25943] Integer overflow in _bsddb leads to heap corruption

2018-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: Integer overflow can also occur in DB_join(). -- ___ Python tracker <https://bugs.python.org/issue25943> ___ ___ Python-bug

[issue25943] Integer overflow in _bsddb leads to heap corruption

2018-07-22 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7920 ___ Python tracker <https://bugs.python.org/issue25943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

2018-07-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7941 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue27195> ___ ___ Py

[issue25943] Integer overflow in _bsddb leads to heap corruption

2018-07-19 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue25943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25943] Integer overflow in _bsddb leads to heap corruption

2018-07-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7871 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34068] traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_Lookup: Assertion `!PyErr_Occurred()' failed.

2018-07-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7816 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34068> ___ ___ Py

[issue34068] traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_Lookup: Assertion `!PyErr_Occurred()' failed.

2018-07-14 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue34068> ___ ___ Python-bug

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

2018-07-23 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue27195> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22872] multiprocessing.Queue raises AssertionError

2018-08-30 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8480 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue22872> ___ ___ Python-

[issue22872] multiprocessing.Queue raises AssertionError

2018-08-30 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue22872> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34594] Some tests use hardcoded errno values

2018-09-05 Thread Zackery Spytz
New submission from Zackery Spytz : test_spwd.py and test_tabnanny.py use hardcoded errno values when they test some exception messages. -- components: Tests messages: 324662 nosy: ZackerySpytz priority: normal severity: normal status: open title: Some tests use hardcoded errno values

[issue34594] Some tests use hardcoded errno values

2018-09-05 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8534 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34594> ___ ___ Py

[issue34594] Some tests use hardcoded errno values

2018-09-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8551 ___ Python tracker <https://bugs.python.org/issue34594> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34594] Some tests use hardcoded errno values

2018-09-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8550 ___ Python tracker <https://bugs.python.org/issue34594> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros

2018-08-29 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue19569> ___ ___ Python-bug

[issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros

2018-08-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8475 ___ Python tracker <https://bugs.python.org/issue19569> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue32490> ___ ___

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8606 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32490> ___ ___ Py

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

2018-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/issue23855> ___ ___ Python-bugs-list mailing list Unsub

[issue20602] sys.flags and sys.float_info disappear at shutdown

2018-07-04 Thread Zackery Spytz
Zackery Spytz added the comment: This behaviour is present in 2.7. -- nosy: +ZackerySpytz versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue20

[issue20602] sys.flags and sys.float_info disappear at shutdown

2018-07-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7695 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue20602> ___ ___ Py

[issue29342] os.posix_fadvise misreports errors

2018-07-10 Thread Zackery Spytz
Zackery Spytz added the comment: This was fixed in #31106. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue29342> ___ ___ Python-bug

[issue27351] Unexpected ConfigParser.read() behavior when passed fileobject

2018-07-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7771 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue27351] Unexpected ConfigParser.read() behavior when passed fileobject

2018-07-10 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue27351> ___ ___

[issue33967] functools.singledispatch: Misleading exception when calling without arguments

2018-07-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7794 ___ Python tracker <https://bugs.python.org/issue33967> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33967] functools.singledispatch: Misleading exception when calling without arguments

2018-07-11 Thread Zackery Spytz
Zackery Spytz added the comment: The test added in this change uses the deprecated method assertRaisesRegexp(), so -Werror will cause test_functools to fail. PR 8261 fixes this. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.

[issue28994] Misc fixes and cleanups in error handling C code

2018-09-12 Thread Zackery Spytz
Zackery Spytz added the comment: In PR 2123, it was reported that the Modules/atexitmodule.c file was backported to 2.7. PR 9214 addresses this. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue28

[issue28994] Misc fixes and cleanups in error handling C code

2018-09-12 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8646 ___ Python tracker <https://bugs.python.org/issue28994> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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> ___ _

[issue33270] tags for anonymous code objects should be interned

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

  1   2   3   4   5   6   7   8   >