]> granicus.if.org Git - python/commit
Fix big ineficciency in regobj.search/match (introduced by Barry in an
authorGuido van Rossum <guido@python.org>
Mon, 12 May 1997 16:04:09 +0000 (16:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 May 1997 16:04:09 +0000 (16:04 +0000)
commit4a807f59391b497730342cf4cd07207ef50cfb51
tree6121c9eb4df08dd349baae1d9a6fc3f2accb1274
parent1d63d8c8290e801f8a1d9041a8073e0ca79be56e
Fix big ineficciency in regobj.search/match (introduced by Barry in an
otherwise laudible attempt to rationalize the argument parsing): it
would save a copy of the original string instead of a reference to it.
Go back to saving a reference, but keep the "s#" format (using a hack
that involves two argument parsing steps, first using "O", then using
"s#").
Modules/regexmodule.c