[svn:parrot] r47106 - in trunk/runtime/parrot/library: . HTTP

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat May 29 07:10:06 UTC 2010


Author: fperrad
Date: Sat May 29 07:10:06 2010
New Revision: 47106
URL: https://trac.parrot.org/parrot/changeset/47106

Log:
[distutils] workaround TT #1663

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	Sat May 29 07:06:20 2010	(r47105)
+++ trunk/runtime/parrot/library/HTTP/Message.pir	Sat May 29 07:10:06 2010	(r47106)
@@ -20,7 +20,7 @@
 
 .namespace ['HTTP';'Date']
 
-.loadlib 'io_ops'  # XXX avoids segfaults for some reason
+.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	Sat May 29 07:06:20 2010	(r47105)
+++ trunk/runtime/parrot/library/distutils.pir	Sat May 29 07:10:06 2010	(r47106)
@@ -172,6 +172,7 @@
 
 =cut
 
+.loadlib 'io_ops' # workaround TT #1663
 .loadlib 'sys_ops'
 
 .sub '__onload' :load :init :anon


More information about the parrot-commits mailing list