1. 19 Mar, 2015 3 commits
    • Chris Toshok's avatar
      split the getattr/setattr of softspace into two try blocks · d3bb8a34
      Chris Toshok authored
      cpython can be observed setting softspace on an object even if it doesn't start with it.
      the getattrInternal in softspace() throws an exception the first time through since the
      attribute isn't present.  if we don't turn around and set it on the object, we throw
      every time we print, which causes a pretty large perf regression (from ~6 seconds to ~17 seconds.)
      d3bb8a34
    • Kevin Modzelewski's avatar
      Keep BoxedGenerator::args alive · 533ea58a
      Kevin Modzelewski authored
      Previously we would keep its elements alive but not the actual array itself?
      I think this is what was crashing fasta.py, which is now working with
      this change.
      
      I couldn't reproduce the presumed bug in a smaller testcase though.
      533ea58a
    • Kevin Modzelewski's avatar
      Merge pull request #390 from undingen/typeanalysis_fix · 1276f395
      Kevin Modzelewski authored
      Mangle functiondef and classdef names in the type analysis
      1276f395
  2. 18 Mar, 2015 9 commits
  3. 17 Mar, 2015 20 commits
  4. 16 Mar, 2015 6 commits
  5. 14 Mar, 2015 2 commits