Show More
@@ -224,7 +224,7 b' def findsource(object):' | |||||
224 |
|
224 | |||
225 |
|
225 | |||
226 | # This is a patched version of inspect.getargs that applies the (unmerged) |
|
226 | # This is a patched version of inspect.getargs that applies the (unmerged) | |
227 |
# patch for http://bugs.python.org/ |
|
227 | # patch for http://bugs.python.org/issue14611 by Stefano Taschini. This fixes | |
228 | # https://github.com/ipython/ipython/issues/8205 and |
|
228 | # https://github.com/ipython/ipython/issues/8205 and | |
229 | # https://github.com/ipython/ipython/issues/8293 |
|
229 | # https://github.com/ipython/ipython/issues/8293 | |
230 | def getargs(co): |
|
230 | def getargs(co): |
General Comments 0
You need to be logged in to leave comments.
Login now