-
-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-38945: Allow specifying arguments to Cython cell_magic
As seen in the code, this allows user to write code like ``` %%cython --verbose=1 def f(): print(1) ``` and have the `verbose=1` passed to Cython compilation function. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. (not aware of one) - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ------ Test failure is unrelated `https://github.com/sagemath/sage/issues/33906` (fixed in newest version) URL: #38945 Reported by: user202729 Reviewer(s): Kwankyu Lee
- Loading branch information
Showing
1 changed file
with
73 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters