Petr Viktorin

Results 185 comments of Petr Viktorin

https://github.com/python/devguide/pull/936 proposes a Devguide update on C API tests.

https://github.com/python/cpython/pull/8551 started a similar reorganization for the Python code.

> I prefer to have Unicode C API tests in test_unicode, PyFrameObject C API tests in test_frame, etc. But I'm not 100% sure if it's the best :-) That makes...

See https://github.com/pydanny/cached-property/pull/267

No, it would need to be merged & released.

The issue is that `PyCodeObject` is defined with a trailing variable-sized array, defined with size one to appease the old C gods: ```c struct PyCodeObject { ... (lots of fields)...

Hm, the contents of CodeType aren't actually used, are they? Perhaps the declaration could be just: ``` ctypedef class types.CodeType [object PyObject]: ```

> For the redistributors who are debundling pip, could you share with us the line of reasoning that leads you to decide that you have to be debundling pip? Let...

> Particularly as the distros get the enterprise license fees and funding, and we don't... Yes. Sadly, I personally can't really help a lot with the politics involved :( I...

Fedora, RHEL, CentOS (and probably other derivatives – Rocky, Scientific, CloudLinux etc. – if they don't tell you something more specific): > This issue looks like it's caused by changes...