- Notifications
You must be signed in to change notification settings - Fork35
Commit69f8d49
authored
[python v3.13] TestTestgresCommon::test_logging uses logging._lock (#276)
Python 3.13 deleted the following internale functions: - logging._acquireLock() - logging._releaseLock()Seepython/cpython@74723e1 (Sep 27, 2023)logging._lock was not touched.So, we use "with logging._lock" instead this pair of deleted function.Patch was tested with python v3.8.01 parentd6be913 commit69f8d49
1 file changed
+6
-7
lines changedLines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
625 |
| - | |
626 |
| - | |
627 |
| - | |
628 |
| - | |
629 |
| - | |
630 |
| - | |
631 |
| - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
632 | 631 |
| |
633 | 632 |
| |
634 | 633 |
| |
|
0 commit comments
Comments
(0)