Karolina Surma
                                            Karolina Surma
                                        
                                    On the current main branch in a 3.13.0b1 venv with libcst and test dependencies installed, there's a segmentation fault happening in `test_funcdef.py` Details ``` $ python -m pytest platform linux...
Attribute `created` of LogRecord is `time.time_ns` since Python 3.13: https://docs.python.org/3.13/library/logging.html#logrecord-attributes This is not a backwards compatible change.
The help output in Python 3.13 has changed. Now, the compared strings don't match exactly, hence test failures. ``` _______________________ TestBasicUseCases.testBasicCase2 _______________________ self = use_groups = False def testBasicCase2(self, use_groups=False):...
What's new in Python 3.13 states: "logging: Remove undocumented and untested Logger.warn() and LoggerAdapter.warn() methods and logging.warn() function. Deprecated since Python 3.3, they were aliases to the logging.Logger.warning() method, logging.LoggerAdapter.warning()...
## Long story short `TestFrozenList.test_iface` fails when run with Python 3.13.0b1 in Fedora Linux. ## Expected behaviour Tests pass. ## Actual behaviour ``` =================================== FAILURES =================================== __________________________ TestFrozenList.test_iface ___________________________ self...
## Summary * OS: Fedora Linux 42 * Bug fix: yes * Type: tests ## Description In Fedora CI environment some processes are represented like this: pmmap_ext(..., path='socket:[13840]', ...) They...
## Summary * OS: Fedora Linux 42, CentOS Stream 10 * Architecture: multiple * Psutil version: 5.9.8 * Python version: 3.12 * Type: tests ## Description We run tests during...
Motivation: Every year, the Fedora Python contributors open a bunch of issues to upstream projects to ask them to publish the new Python wheels early. This update will increase the...
### What's the problem this feature will solve? The chaotic land of expressing license metadata in Python packaging will become more unified. ### Describe the solution you'd like See: https://peps.python.org/pep-0639...
Maintenance questions: When reviewing https://github.com/pypa/packaging/pull/799, I noticed the task in `tasks/check.py` has been added 10 years ago and doesn't seem to be invoked in the CI envs. I'm not sure...