pastebin - collaborative debugging tool
kpaste.net RSS


why breaky python
Posted by Anonymous on Fri 7th Jan 2011 19:51
raw | new post

  1. def G():
  2.     try:
  3.         make_an_error
  4.     except Exception:
  5.         yield 'whatever'
  6.         raise
  7.  
  8. g = G()
  9.  
  10. assert(g.next() == 'whatever')
  11.  
  12. gotnameerror = False
  13. try:
  14.     g.next()
  15. except NameError:
  16.     gotnameerror = True
  17.  
  18. assert(gotnameerror == True)

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at