Commit 3890439
authored
only define MODULE_NAME for sqlite on python <= 3.9 (astral-sh#767)
Starting in Python 3.10, -DMODULE_NAME="sqlite3" is no longer needed
when building _sqlite3.
python/cpython#87610 /
python/cpython#248011 parent e250805 commit 3890439
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
537 | | - | |
538 | 536 | | |
539 | 537 | | |
540 | 538 | | |
| |||
548 | 546 | | |
549 | 547 | | |
550 | 548 | | |
| 549 | + | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
0 commit comments