0.19.2 (2013-10-13)

Features added

Bugs fixed

  • Some standard declarations were fixed or updated, including the previouslyincorrect declaration of PyBuffer_FillInfo() and some missing bits inlibc.math.
  • Heap allocated subtypes of type used the wrong base type struct at theC level.
  • Calling the unbound method dict.keys/value/items() in dict subtypes couldcall the bound object method instead of the unbound supertype method.
  • “yield” wasn’t supported in “return” value expressions.
  • Using the “bint” type in memory views lead to unexpected results.It is now an error.
  • Assignments to global/closure variables could catch them in an illegal statewhile deallocating the old value.

Other changes