[Python-Dev] Compiling Python with SQLite when SQLite is in an arbitrary place

2019-11-08 Thread Coirier, Emmanuel
Hello everyone, I've created an issue some months ago of what I considered as bug : https://bugs.python.org/issue37784 that I have now closed since it is not relevant. To sum up, when the SQLite binaries are not in a standard place, it seemed for me to be impossible to include sqlite into Pyth

[Python-Dev] Re: Compiling Python with SQLite when SQLite is in an arbitrary place

2019-11-08 Thread Lele Gaifax
"Coirier, Emmanuel" writes: > To sum up, when the SQLite binaries are not in a standard place, it seemed > for me to be impossible to include sqlite into Python. In the end, I noticed > I missed the CPPFLAGS env variable, that I thought was for C++ compilation. > > So why is the setup.py looking

[Python-Dev] Summary of Python tracker Issues

2019-11-08 Thread Python tracker
ACTIVITY SUMMARY (2019-11-01 - 2019-11-08) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7140 (+49) closed 43359 (+34) total 50499 (+83) Open issues wi

[Python-Dev] Re: Compiling Python with SQLite when SQLite is in an arbitrary place

2019-11-08 Thread Brett Cannon
Lele Gaifax wrote: > "Coirier, Emmanuel" emmanuel.coir...@caissedesdepots.fr > writes: > > To sum up, when the SQLite binaries are not in a > > standard place, it seemed > > for me to be impossible to include sqlite into Python. In the end, I noticed > > I missed the CPPFLAGS env variable, that I t

[Python-Dev] Re: Implementation of PEP-0604

2019-11-08 Thread Richard Eames
Hi Philippe and list, Long time lurker here, I've had a few spare cycles at $work this week that I spent exploring an alternate implementation to PEP604 starting with the implementation from Philippe. I don't say "reference implementation", because it doesn't implement PEP604 faithfully, but i