File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Lib/test/test_importlib/source Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -672,10 +672,9 @@ def test_read_only_bytecode(self):
672
672
os .chmod (bytecode_path , stat .S_IWUSR )
673
673
674
674
675
- # TODO: RUSTPYTHON
676
- # class SourceLoaderBadBytecodeTestPEP451(
677
- # SourceLoaderBadBytecodeTest, BadBytecodeTestPEP451):
678
- # pass
675
+ class SourceLoaderBadBytecodeTestPEP451 (
676
+ SourceLoaderBadBytecodeTest , BadBytecodeTestPEP451 ):
677
+ pass
679
678
680
679
681
680
# (Frozen_SourceBadBytecodePEP451,
@@ -772,10 +771,9 @@ def test_non_code_marshal(self):
772
771
self ._test_non_code_marshal (del_source = True )
773
772
774
773
775
- # TODO: RUSTPYTHON
776
- # class SourcelessLoaderBadBytecodeTestPEP451(SourcelessLoaderBadBytecodeTest,
777
- # BadBytecodeTestPEP451):
778
- # pass
774
+ class SourcelessLoaderBadBytecodeTestPEP451 (SourcelessLoaderBadBytecodeTest ,
775
+ BadBytecodeTestPEP451 ):
776
+ pass
779
777
780
778
781
779
# (Frozen_SourcelessBadBytecodePEP451,
You can’t perform that action at this time.
0 commit comments