# New Ticket Created by  Simon Glover 
# Please include the string:  [perl #15951]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15951 >



  The title says it all really: the counter in the interpreter structure
 that tracks recent header allocations is initialized to 0 when the
 interpreter is set up, but isn't incremented when headers are allocated.
 Consequently, this:

  interpinfo I1, 8
  print I1

 always prints zero.

 Simon



Reply via email to