[issue25270] codecs.escape_encode systemerror on empty byte string

2015-09-29 Thread Bruno Oliveira
Changes by Bruno Oliveira <nicodde...@gmail.com>: -- nosy: +Bruno Oliveira ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25270> ___

[issue30570] issubclass segfaults on objects with weird __getattr__

2017-06-04 Thread Bruno Oliveira
Changes by Bruno Oliveira <nicodde...@gmail.com>: -- nosy: +Bruno Oliveira ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30570> ___

[issue34900] unittest subTests() fails when called from debug()

2018-10-04 Thread Bruno Oliveira
New submission from Bruno Oliveira : Consider this code: import unittest class TC(unittest.TestCase): def test_subtest(self): with self.subTest(): pass tc = TC('test_subtest') tc.run() This works when executed, but if we change ``tc.run

[issue34900] unittest subTests() fails when called from debug()

2018-10-04 Thread Bruno Oliveira
Change by Bruno Oliveira : -- type: -> crash ___ Python tracker <https://bugs.python.org/issue34900> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue34900] unittest subTests() fails when called from debug()

2018-10-05 Thread Bruno Oliveira
Bruno Oliveira added the comment: Great, thanks again for the quick review. -- ___ Python tracker <https://bugs.python.org/issue34900> ___ ___ Python-bugs-list m

[issue34900] unittest subTests() fails when called from debug()

2018-10-05 Thread Bruno Oliveira
Bruno Oliveira added the comment: > FYI, I just noticed that this is a duplicate of issue 29551, but decided to > keep this one open. OK thanks. I did try to search for open issues before filing this one by using the "subtest result_supports_subtests" terms, as I figured a

[issue37549] os.dup() fails for standard streams on Windows 7

2019-08-23 Thread Bruno Oliveira
Change by Bruno Oliveira : -- nosy: +Bruno Oliveira ___ Python tracker <https://bugs.python.org/issue37549> ___ ___ Python-bugs-list mailing list Unsubscribe: