File tree
Expand file treeCollapse file tree
4 files changed
+36
-9
lines changedFilter options
- Lib/test/test_sqlite3
- Misc/NEWS.d/next/Library
- Modules/_sqlite
- clinic
Expand file treeCollapse file tree
4 files changed
+36
-9
lines changedLib/test/test_sqlite3/test_dbapi.py
Copy file name to clipboardExpand all lines: Lib/test/test_sqlite3/test_dbapi.py+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1461 | 1461 |
|
1462 | 1462 |
|
1463 | 1463 |
|
| 1464 | + |
| 1465 | + |
| 1466 | + |
| 1467 | + |
| 1468 | + |
| 1469 | + |
| 1470 | + |
| 1471 | + |
1464 | 1472 |
|
1465 | 1473 |
|
1466 | 1474 |
|
|
Misc/NEWS.d/next/Library/2023-04-27-00-45-41.gh-issue-100370.MgZ3KY.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
Modules/_sqlite/clinic/connection.c.h
Copy file name to clipboardExpand all lines: Modules/_sqlite/clinic/connection.c.h+4-5Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/_sqlite/connection.c
Copy file name to clipboardExpand all lines: Modules/_sqlite/connection.c+22-4Lines changed: 22 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
95 | 109 |
|
96 | 110 |
|
97 | 111 |
|
| ||
137 | 151 |
|
138 | 152 |
|
139 | 153 |
|
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
140 | 158 |
|
141 |
| - |
| 159 | + |
142 | 160 |
|
143 | 161 |
|
144 | 162 |
|
| ||
401 | 419 |
|
402 | 420 |
|
403 | 421 |
|
404 |
| - |
| 422 | + |
405 | 423 |
|
406 | 424 |
|
407 | 425 |
|
| ||
415 | 433 |
|
416 | 434 |
|
417 | 435 |
|
418 |
| - |
419 |
| - |
| 436 | + |
| 437 | + |
420 | 438 |
|
421 | 439 |
|
422 | 440 |
|
|
0 commit comments