@@ -95,11 +95,6 @@ def test_buffer_callback_error(self): # TODO: RUSTPYTHON, remove when this passe
9595 def test_buffers_error (self ): # TODO: RUSTPYTHON, remove when this passes
9696 super ().test_buffers_error () # TODO: RUSTPYTHON, remove when this passes
9797
98- # TODO: RUSTPYTHON, TypeError: cannot pickle 'method' object
99- @unittest .expectedFailure
100- def test_c_methods (self ): # TODO: RUSTPYTHON, remove when this passes
101- super ().test_c_methods () # TODO: RUSTPYTHON, remove when this passes
102-
10398 # TODO: RUSTPYTHON, AssertionError
10499 @unittest .expectedFailure
105100 def test_complex_newobj_ex (self ): # TODO: RUSTPYTHON, remove when this passes
@@ -130,11 +125,6 @@ def test_optional_frames(self): # TODO: RUSTPYTHON, remove when this passes
130125 def test_picklebuffer_error (self ): # TODO: RUSTPYTHON, remove when this passes
131126 super ().test_picklebuffer_error () # TODO: RUSTPYTHON, remove when this passes
132127
133- # TODO: RUSTPYTHON, pickle.PicklingError
134- @unittest .expectedFailure
135- def test_py_methods (self ): # TODO: RUSTPYTHON, remove when this passes
136- super ().test_py_methods () # TODO: RUSTPYTHON, remove when this passes
137-
138128 def dumps (self , arg , proto = None , ** kwargs ):
139129 f = io .BytesIO ()
140130 p = self .pickler (f , proto , ** kwargs )
@@ -171,11 +161,6 @@ def test_buffer_callback_error(self): # TODO: RUSTPYTHON, remove when this passe
171161 def test_buffers_error (self ): # TODO: RUSTPYTHON, remove when this passes
172162 super ().test_buffers_error () # TODO: RUSTPYTHON, remove when this passes
173163
174- # TODO: RUSTPYTHON, TypeError: cannot pickle 'method' object
175- @unittest .expectedFailure
176- def test_c_methods (self ): # TODO: RUSTPYTHON, remove when this passes
177- super ().test_c_methods () # TODO: RUSTPYTHON, remove when this passes
178-
179164 # TODO: RUSTPYTHON, AssertionError
180165 @unittest .expectedFailure
181166 def test_complex_newobj_ex (self ): # TODO: RUSTPYTHON, remove when this passes
@@ -216,11 +201,6 @@ def test_optional_frames(self): # TODO: RUSTPYTHON, remove when this passes
216201 def test_picklebuffer_error (self ): # TODO: RUSTPYTHON, remove when this passes
217202 super ().test_picklebuffer_error () # TODO: RUSTPYTHON, remove when this passes
218203
219- # TODO: RUSTPYTHON, pickle.PicklingError
220- @unittest .expectedFailure
221- def test_py_methods (self ): # TODO: RUSTPYTHON, remove when this passes
222- super ().test_py_methods () # TODO: RUSTPYTHON, remove when this passes
223-
224204 def dumps (self , arg , protocol = None , ** kwargs ):
225205 return pickle .dumps (arg , protocol , ** kwargs )
226206
0 commit comments