Re: docs: how to upgrade plugins for 1.2
Steven Armstrong <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/28/05 19:32, will guaraldi wrote: > > Are you running any other plugins other than the one with the code above? > > I agree with you that this shouldn't happen in theory. But I'd have to > trace the data dict throughout PyBlosxom to verify that. > > It might be interesting to print out the object id of the Request object > in addition to your "single entry"/"multiple entries". Part of me wonders > whether that's getting shared or not. > > /will > Looks like you hit the nail on the head (do you say that in english?). initial page load: request_id : -1234424020 data_id : -1231880012 reload 1: request_id : -1235094612 data_id : -1231888068 reload 2: request_id : -1234493908 data_id : -1231880012 reload 3: request_id : -1234852404 data_id : -1231880012 reload 4: request_id : -1235090644 data_id : -1231859532 reload 5: request_id : -1235074836 data_id : -1231859532 reload 6: request_id : -1234710900 data_id : -1231880012 Looks like the data dict is shared sometimes. I'll check out why. thanks for pointing me at the id thing. Steven ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click