]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commit - Types.xs
Store the overriden pp_padsv into thread-local storage
authorVincent Pit <vince@profvince.com>
Fri, 3 Jul 2009 17:57:17 +0000 (19:57 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 3 Jul 2009 17:57:17 +0000 (19:57 +0200)
commit0452d568e77d6b3dbb1242e14deb4fe356c48bcc
treead1acfa391a87b71841e0f5f1c3dcabaeb85fbef
parent418197898e73f85448f28aa1236f205f6a3cff5d
Store the overriden pp_padsv into thread-local storage

This should fix some threading-related issues where lexical types introduction weren't caught.
Types.xs