SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

Revision: 8790
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8790&view=rev
Author: mdboom
Date: 2010年11月10日 17:00:51 +0000 (2010年11月10日)
Log Message:
-----------
Fix Agg complexity exception so it is thrown multiple times correctly.
Modified Paths:
--------------
 branches/v1_0_maint/agg24/include/agg_rasterizer_cells_aa.h
Modified: branches/v1_0_maint/agg24/include/agg_rasterizer_cells_aa.h
===================================================================
--- branches/v1_0_maint/agg24/include/agg_rasterizer_cells_aa.h	2010年11月10日 09:37:52 UTC (rev 8789)
+++ branches/v1_0_maint/agg24/include/agg_rasterizer_cells_aa.h	2010年11月10日 17:00:51 UTC (rev 8790)
@@ -184,13 +184,8 @@
 if((m_num_cells & cell_block_mask) == 0)
 {
 if(m_num_blocks >= cell_block_limit) {
- static Py::Exception e(
- Py::OverflowError(
- "Agg rendering complexity exceeded. Consider downsampling or decimating your data."));
-
- /* If this exception is thrown too often, one can
- increase cell_block_limit */
- throw e;
+ throw Py::OverflowError(
+ "Agg rendering complexity exceeded. Consider downsampling or decimating your data.");
 }
 allocate_block();
 }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /