sagemath/sage

Add IPython support for Cython functions

jdemeyer opened this issue · 9 comments

Upstream: ipython/ipython#11139

This is required for correct interact support of Cython functions, see #24994. The doctest added here is also meant to test a problem discovered on #24994.

Upstream: Fixed upstream, but not in a stable release.

CC: @fchapoton

Component: packages: standard

Author: Jeroen Demeyer

Branch/Commit: 2e75d4c

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/25373

New commits:

2e75d4cAdd IPython support for Cython functions

Description changed:

--- 
+++ 
@@ -1 +1,3 @@
 **Upstream**: https://github.com/ipython/ipython/pull/11139
+
+This is required for correct `interact` support of Cython functions, see #24994. The doctest added here is also meant to fix a problem discovered on #24994.

Commit: 2e75d4c

Changed upstream from Reported upstream. No feedback yet. to Fixed upstream, but not in a stable release.

Description changed:

--- 
+++ 
@@ -1,3 +1,3 @@
 **Upstream**: https://github.com/ipython/ipython/pull/11139
 
-This is required for correct `interact` support of Cython functions, see #24994. The doctest added here is also meant to fix a problem discovered on #24994.
+This is required for correct `interact` support of Cython functions, see #24994. The doctest added here is also meant to test a problem discovered on #24994.

Reviewer: Frédéric Chapoton

comment:5

ok. if it's good for them, it's good for us.

Changed branch from u/jdemeyer/ticket/25373 to 2e75d4c