Philip Semanchuk

Results 5 issues of Philip Semanchuk

While running our project with `-W default` per the [recommendation of Python 3.9](https://docs.python.org/3/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-codel), we saw a few warnings about unclosed files which we traced to `pyxlsb`. Here's a simple demo...

documentation

Per PEP 632, `distutils` will raise a deprecation warning as of Python 3.10 and will be totally gone as of Python 3.12. `posix_ipc`'s `setup.py` uses `distutils` so that needs to...

## Summary Currently my personal site is the primary repository for the documentation. Since it's formatted in HTML, it's less easy to read on GitHub than it could be. If...

help wanted
good first issue

Right now, debug mode (enabling `DPRINTF` statements) requires a recompile to enable/disable. It'd be nicer if that was available all the time but switched off by default. Ideas for turning...

enhancement

The test `test_request_notification_threaded_rearm()` sometimes segfaults on FreeBSD. I don't know why it should segfault, but running with DPRINTF enabled is informative. Under Linux, the DPRINTF log shows an orderly, repeated...