Petr Vaněk
Petr Vaněk
The backported fix is in PR #3057. The merge seems to be simple for this change, I followed these steps: ```sh git checkout 10.5 # cherry pick the change from...
Can I kindly ask when I can expect any progress with this PR?
gentle ping
The problem arises only with `--with-assertion`.
If I run `pytest` with additional `-s` parameter I got this: ``` test/test_frozendict.py::TestCFrozendict::test_reversed
Here is a gdb backtrace (with glibc-2.37): ``` warning: Error disabling address space randomization: Operation not permitted [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Program received signal...
Here is more verbose log from gdb: [gdb-backtrace-full.txt](https://github.com/Marco-Sulla/python-frozendict/files/12081444/gdb-backtrace-full.txt)
In Gentoo users in general can choose to install python `--with-assertion` for a variety of reasons. Some of our testing environments are configured this way to help catch bugs and...
I'd like to comment on the `--with-assertion` usage. While it's indeed primarily useful for Python core developers, it's also beneficial for developers of native extensions. It can help catch bugs...
cc @fiorix (based on PyPI related PRs and Issues)