• Nick Coghlan's avatar
    bpo-32136: Separate embedding tests from C API tests (GH-4567) · 39f0bb5a
    Nick Coghlan yazdı
    Some parts of the C API are only relevant to larger
    applications embedding CPython as a runtime engine.
    
    The helpers to test those APIs are already separated
    out into Programs/_testembed.c, this update moves
    the associated test cases out into their own dedicated
    test file.
    39f0bb5a
test_embed.py 7.9 KB