Created
June 28, 2017 10:11
-
-
Save sonots/5aa82da02e5489600fe1094dc53c4ce6 to your computer and use it in GitHub Desktop.
cython で .pyx も含めて stacktrace を出したい
This file contains hidden or 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
import traceback | |
traceback.print_stack() #<= python レイヤーまでしかでない |
違うな。traceback.print_exception() だと出るけど、print_stack() だと出ないんだ。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/cython/cython/blob/master/CHANGES.rst
まだリリースされていないが、これで出るようになるのか?