[issue46968] Insufficient sigaltstack size used by CPython prevents extensions from using new ISA

2022-03-18 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue46968> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25710] zipimport is not PEP 3147 or PEP 488 compliant

2022-01-17 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue25710> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41906] logging.config.dictConfig does not work with callable filters

2021-03-29 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue41906> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33944] Deprecate and remove code execution in pth files

2021-01-05 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue33944> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41490] Update bundled pip to 20.2.1 and setuptools to 49.2.1

2020-10-02 Thread László Kiss Kollár
László Kiss Kollár added the comment: pip 20.2.1 contains a regression which breaks `--system-site-package` integration: https://github.com/pypa/pip/issues/8695. It would be nice to include the latest patch version (20.2.3 at the moment) which fixes this and a few other issues

[issue39880] string.lstrip() with leading '3's

2020-03-06 Thread László Kiss Kollár
László Kiss Kollár added the comment: The argument in lstrip() is a set of characters which are stripped from the string and not a full substring. As the documentation states: "The chars argument is not a prefix; rather, all combinations of its values are stripped"

[issue38653] pkgutil.extend_path fails with zipped eggs if not at first place

2019-11-02 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue38653> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37967] Beta GPG signature check failing

2019-09-11 Thread László Kiss Kollár
Change by László Kiss Kollár : -- title: release candidate is not gpg signed (and missing release workflow)? -> Beta GPG signature check failing ___ Python tracker <https://bugs.python.org/issu

[issue37967] release candidate is not gpg signed (and missing release workflow)?

2019-09-11 Thread László Kiss Kollár
László Kiss Kollár added the comment: We are seeing the same issue with 3.8b4: + curl -fsSLO https://www.python.org/ftp/python/3.8.0/Python-3.8.0b4.tgz + curl -fsSLO https://www.python.org/ftp/python/3.8.0/Python-3.8.0b4.tgz.asc + gpg --verify Python-3.8.0b4.tgz.asc gpg: Signature made Thu 29

[issue22269] Resolve distutils option conflicts with priorities

2019-04-24 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue22269> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17013] Allow waiting on a mock

2019-04-14 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue17013> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-03 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue36518> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36236] Python crash on macOS when CWD is invalid

2019-03-08 Thread László Kiss Kollár
New submission from László Kiss Kollár : CPython crashes with "pymain_compute_path0: memory allocation failed" when attempting to execute it with a library module from a previously deleted directory. To reproduce: cd ~/tmp/python_crash rm -rf ~/tmp/python_crash python3.7 -m

[issue33990] CPPFLAGS during ./configure are not passed-through in sysconfig.customize_compiler

2018-06-29 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker <https://bugs.python.org/issue33990> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30541] Add restricted mocks to the python unittest mocking framework

2017-06-24 Thread László Kiss Kollár
Changes by László Kiss Kollár <kiss.kollar.las...@gmail.com>: -- nosy: +László Kiss Kollár ___ Python tracker <rep...@bugs.python.org> <http://bugs.python