maxmind / MaxMind-DB-Reader-python

Python MaxMind DB reader extension
https://maxminddb.readthedocs.org/
Apache License 2.0
176 stars 37 forks source link

Include unistd.h to fix Python 3.13 build #123

Closed oschwald closed 10 months ago

oschwald commented 10 months ago

From the Python 3.13 docs:

Python.h no longer includes the standard header file. If needed, it should now be included explicitly.

We use access from it.