Ticket #673 (closed task: fixed)
Pyrex 0.9.6 warnings
| Reported by: | ArcRiley | Owned by: | ArcRiley |
|---|---|---|---|
| Priority: | Medium | Milestone: | beta3 |
| Component: | unknown | Version: | Trunk |
| Keywords: | Pyrex | Cc: |
Description
Before Pyrex 0.9.7 is released these need to be fixed in accordance to the recent URL changes here: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/changes-0.9.6.html
pysoy/src/textures/Texture.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/textures/Image.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/shapes/Shape.pxi:28:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/shapes/Sphere.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/shapes/Box.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/shapes/CCylinder.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/shapes/Ray.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies.lights/Light.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies._bodies/Body.pxi:27:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies._bodies/Camera.pxi:27:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_datatypes/HashTable.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_datatypes/PointerSet.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_datatypes/MaterialList.pxi:29:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_datatypes/FaceList.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_datatypes/VertexList.pxi:29:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/atoms/Face.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/atoms/Vertex.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies.joints/Joint.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_internals/Children.pxi:31:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/materials/Material.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/meshes/Mesh.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies.fields/Monopole.pxi:27:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies.fields/Wind.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies.fields/Shockwave.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/bodies.fields/Buoyancy.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/widgets/Widget.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/widgets/Canvas.pxi:25:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/widgets/Projector.pxi:21:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/widgets/StackZ.pxi:26:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_core-x11/../_core-common/Scene.pxi:33:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_core-x11/Screen.pxi:36:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead. pysoy/src/_core-x11/Window.pxi:29:2: Warning: __new__ method of extension type will change semantics in a future version of Pyrex. Use __cinit__ instead.
Change History
Note: See
TracTickets for help on using
tickets.
