Skip to content

Instantly share code, notes, and snippets.

@fcostin
Created March 12, 2010 00:58
Show Gist options
  • Save fcostin/329915 to your computer and use it in GitHub Desktop.
Save fcostin/329915 to your computer and use it in GitHub Desktop.
bug in numpy 1.2.1
# leads to a segfault in version 1.2.1
import numpy
bad = (numpy.array([0]), numpy.array(0))
numpy.asarray(bad)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment