-
-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Milestone
Description
-
Cleanup some
**kwds
passing instead of explicitly listing some random subset of arguments tocython()
. -
Remove the
import_test
function. Instead, move the tests to doctests. -
Make sure that all opened files are explicitly closed (typically using a
with
block). -
In
cython_import
, restoresys.path
after changing it. -
Deprecate
cython_create_local_so
which is just callingcython()
with specific keyword arguments. -
Use the
.pyx
extension for all temporary files. -
Use the
restore_cwd
context.
Component: cython
Author: Jeroen Demeyer
Branch/Commit: af2c010
Reviewer: Julian Rüth
Issue created by migration from https://trac.sagemath.org/ticket/24722