Matej Cepl 2023-04-27 22:23:56 +00:00 committed by Git OBS Bridge
parent 21d42b692c
commit b323e62899
2 changed files with 6 additions and 6 deletions

View File

@ -348,7 +348,7 @@ unchanged:
>>> turtle.resizemode()
'noresize'
@@ -1217,7 +1173,6 @@ Appearance
of the shapes's outline.
of the shape's outline.
.. doctest::
- :skipif: _tkinter is None
@ -643,7 +643,7 @@ unchanged:
>>> poly = ((0,0),(10,-5),(0,10),(-10,-5))
>>> s = Shape("compound")
@@ -2514,7 +2433,6 @@ Changes since Python 3.0
@@ -2518,7 +2437,6 @@ Changes since Python 3.0
.. doctest::

View File

@ -1,10 +1,10 @@
---
Lib/test/test_capi.py | 1 +
Lib/test/test_capi/test_misc.py | 1 +
1 file changed, 1 insertion(+)
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -1035,6 +1035,7 @@ class PyMemDebugTests(unittest.TestCase)
--- a/Lib/test/test_capi/test_misc.py
+++ b/Lib/test/test_capi/test_misc.py
@@ -1236,6 +1236,7 @@ class PyMemDebugTests(unittest.TestCase)
def test_pyobject_forbidden_bytes_is_freed(self):
self.check_pyobject_is_freed('check_pyobject_forbidden_bytes_is_freed')