[svn:parrot] r48433 - in trunk/runtime/parrot/library: . HTTP
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Thu Aug 12 12:29:58 UTC 2010
Author: fperrad
Date: Thu Aug 12 12:29:57 2010
New Revision: 48433
URL: https://trac.parrot.org/parrot/changeset/48433
Log:
TT#1663 was fixed by r48182
Modified:
trunk/runtime/parrot/library/HTTP/Message.pir
trunk/runtime/parrot/library/distutils.pir
Modified: trunk/runtime/parrot/library/HTTP/Message.pir
==============================================================================
--- trunk/runtime/parrot/library/HTTP/Message.pir Thu Aug 12 12:19:59 2010 (r48432)
+++ trunk/runtime/parrot/library/HTTP/Message.pir Thu Aug 12 12:29:57 2010 (r48433)
@@ -20,7 +20,6 @@
.namespace ['HTTP';'Date']
-.loadlib 'io_ops' # XXX avoids segfaults for some reason (see TT #1663)
.loadlib 'sys_ops'
.include 'tm.pasm'
Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir Thu Aug 12 12:19:59 2010 (r48432)
+++ trunk/runtime/parrot/library/distutils.pir Thu Aug 12 12:29:57 2010 (r48433)
@@ -201,7 +201,6 @@
=cut
-.loadlib 'io_ops' # workaround TT #1663
.loadlib 'sys_ops'
.sub '__onload' :load :init :anon
More information about the parrot-commits
mailing list