Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8de636e

Browse files
committed
SF bug #951482: New module: doc versus action
Strengthen the warnings about creating bogus objects using the new module.
1 parent cb40ba1 commit 8de636e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/libnew.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ \section{\module{new} ---
1111
when a new object needs to be created ``magically'' and not by using the
1212
regular creation functions. This module provides a low-level interface
1313
to the interpreter, so care must be exercised when using this module.
14+
It is possible to supply non-sensical arguments which crash the
15+
interpreter when the object is used.
1416

1517
The \module{new} module defines the following functions:
1618

0 commit comments

Comments
 (0)