[Python-Dev] Re: Replace debug runtime checks in release mode with assertions in debug mode

2022-02-08 Thread Lele Gaifax
s://github.com/actions/python-versions/blob/797eb71c41e47d194f563c7ef01790d734534788/builders/ubuntu-python-builder.psm1#L35-L38 > . You can get a debug variant using from https://github.com/deadsnakes/action. bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad av

[Python-Dev] Re: Roundup to GitHub Issues migration

2021-06-21 Thread Lele Gaifax
d be an acceptable compromise? ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Python

[Python-Dev] Re: PyPy performance stats (was Re: Speeding up CPython)

2020-10-22 Thread Lele Gaifax
river, so basically a custom mixin between a tuple and a dictionary. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___

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

2019-11-08 Thread Lele Gaifax
y is the setup.py looking into the CPPFLAGS variable instead of the > CFLAGS variable ? AFAIK, CPPFLAGS stands for "C Pre Processor Flags", not C++, so it seems the right place to put/look for stuff consumed by the preprocessor, as headers inclusion is. ciao, lele. -- nickname: Lele

Re: [Python-Dev] Reminder: 12 weeks to 3.7 feature code cutoff

2017-11-03 Thread Lele Gaifax
Terry Reedy writes: > On 11/2/2017 4:54 AM, Lele Gaifax wrote: > >> I'm not sure if the rebase should have been done on the original branch >> instead of creating a new one, or instead if I should open a new PR (and >> close the original one?). > > It is n

Re: [Python-Dev] Reminder: 12 weeks to 3.7 feature code cutoff

2017-11-02 Thread Lele Gaifax
creating a new one, or instead if I should open a new PR (and close the original one?). Thanks for any hint, ciao, lele. [1] https://bugs.python.org/issue27645 [2] https://github.com/python/cpython/pull/377 [3] https://github.com/lelit/cpython/compare/sqlite-backup-api-v3 -- nickname: Lele Gaifa

Re: [Python-Dev] New work-in-progress bisection tool for the Python test suite (in regrtest)

2017-07-04 Thread Lele Gaifax
gt; 2 & 3? Or test.tool.bisect, similar to json.tool. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___

Re: [Python-Dev] Supporting native backup facility of SQLite

2016-07-28 Thread Lele Gaifax
Lele Gaifax writes: > Paul Moore writes: > >> If you were interested in doing that, I'd suggest opening a tracker issue >> with a patch. > > Excellent, will do that, thank you for the encouragement! See http://bugs.python.org/issue27645 Thank you in advance

Re: [Python-Dev] Supporting native backup facility of SQLite

2016-07-11 Thread Lele Gaifax
re's > a need to limit the module to just the DB-API interface). If you were > interested in doing that, I'd suggest opening a tracker issue with a > patch. Excellent, will do that, thank you for the encouragement! ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello c

Re: [Python-Dev] Supporting native backup facility of SQLite

2016-07-11 Thread Lele Gaifax
ite module (thru SQLAlchemy), and it seems I'd have to open another APSW connection just to make the backup... Original questions still hold, though. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.

[Python-Dev] Supporting native backup facility of SQLite

2016-07-11 Thread Lele Gaifax
e3-backup -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Python-Dev mailing list Python-Dev@python.

Re: [Python-Dev] python 3 niggle: None < 1 raises TypeError

2014-02-18 Thread Lele Gaifax
omecolumn IS NULL" the condition is true... Paradoxically, if Python goes back to give a meaning to "None < 1", it would have an even more different semantic than most database engines out there. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pen

Re: [Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library

2013-04-12 Thread Lele Gaifax
t; and "and hence may exist"? ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929.