Skip to content

Commit 8112d72

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Add patch '15-cinderx-site-import' to third-party/python/3.14
Summary: This diff adds a patch to the `third-party/python/3.14` Meta-internal fork. Import init_cinderx in sitecustomize Reviewed By: yoney Differential Revision: D86314368 fbshipit-source-id: e6eddc821e2850f6eedee6cde340a6ead99330a6
1 parent ccd91fb commit 8112d72

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

cinderx/PythonLib/test_cinderx/test_jitlist.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,7 @@ def test_fail_on_parse_error_startup(self) -> None:
276276
env={"PYTHONPATH": CINDERX_PATH},
277277
)
278278

279-
# Python 3.14 raises and logs the exception, but doesn't exit with a non-zero
280-
# error code.
281-
if sys.version_info[:2] < (3, 14):
282-
self.assertNotEqual(proc.returncode, 0, proc)
279+
self.assertNotEqual(proc.returncode, 0, proc)
283280

284281
self.assertIn("Error while parsing line", proc.stderr)
285282
self.assertIn("in JIT list file", proc.stderr)

0 commit comments

Comments
 (0)