summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
da7ea57)
thanks for the report, James Aitken!
When we cached these values our idea of what they were would drift out
of sync with reality if someone (e.g., someone embedding perl) called
When we cached these values our idea of what they were would drift out
of sync with reality if someone (e.g., someone embedding perl) called
-sete?[ug]id() without updating C<PL_e?[ug]id>. Having to deal with
+C<sete?[ug]id()> without updating C<PL_e?[ug]id>. Having to deal with
this complexity wasn't worth it given how cheap the C<gete?[ug]id()>
system call is.
this complexity wasn't worth it given how cheap the C<gete?[ug]id()>
system call is.