mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Merge pull request #2676 from fanninpm/test-traceback
Add test_traceback from CPython 3.8
This commit is contained in:
@@ -22,6 +22,7 @@ def target(local, weaklist):
|
||||
|
||||
class BaseLocalTest:
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON, flaky test")
|
||||
def test_local_refs(self):
|
||||
self._local_refs(20)
|
||||
self._local_refs(50)
|
||||
|
||||
1318
Lib/test/test_traceback.py
Normal file
1318
Lib/test/test_traceback.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user